Skip to main content
Version: 3.x.x

AdapterBindingsReturnType


import { AdapterBindingsReturnType } from "@hyper-fetch/core"

Description

Defined in adapter/adapter.types.ts:167

Preview

type AdapterBindingsReturnType = {
config: any;
fullUrl: string;
}

Structure

{
config: any;
fullUrl: string;
}